-
Here my code (Python): import telebot import time import json bot_token = "…" bot = telebot.TeleBot(token=bot_token) @bot.message_handler(commands=[‘myphoto’]) def send_welcome(message): number …
- 346 views
- 1 answers
- 0 votes
-
I am using Telegram API to extract some information in some chats and channels and I have made a list …
- 405 views
- 0 answers
- 0 votes
-
I want to execute a URL (Like curl_exec) in PHP according to the user’s response. Is it possible with the …
- 320 views
- 0 answers
- 0 votes
-
press the Confirm button I am writing a bot. I can’t reply to the message with two buttons that are …
- 344 views
- 0 answers
- 0 votes